@charset "utf-8";
body {
  font-family: Arial, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 1320px) {
  .container {
    width: 1320px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
  .container {
    width: 1200px;
  }
}
li,
ol,
ul {
  list-style: none;
}
a {
  color: inherit;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
}
button,
input,
textarea {
  resize: none;
  border: none;
  outline: none;
}
.txt-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hoverbox img {
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
.hoverbox:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.img-box {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  display: block;
  z-index: 1;
}
.img-box img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page {
  text-align: right;
}
.page li {
  display: inline-block;
  margin: 0 5px;
  border-bottom: 1px solid transparent;
  text-align: center;
}
@media (max-width: 991px) {
  .page li {
    margin: 0 2px;
  }
}
@media (max-width: 767px) {
  .page li {
    margin: 0 2px;
  }
}
.page li.active,
.page li:hover {
  color: #00449b;
  border-bottom-color: #00449b;
}
.page li a {
  display: block;
  padding: 2px;
}
.page li.prev {
  display: none;
}
.carousel-btn {
  transform: translateY(-50%);
  cursor: pointer;
  position: absolute;
  top: 50%;
}
@media (max-width: 991px) {
  .carousel-btn {
    display: none;
  }
}
.carousel-btn:before {
  font-family: "iconfont" !important;
  font-size: 54px;
  color: #e3e3e3;
  transition: color .3s;
}
.carousel-btn.prev {
  left: -80px;
}
.carousel-btn.prev:before {
  content: "\e608";
}
.carousel-btn.next {
  right: -80px;
}
.carousel-btn.next:before {
  content: "\e828";
}
.carousel-btn:hover:before {
  color: #c7a472;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.video {
  position: relative;
  text-align: center;
}
.video .img-box {
  padding-bottom: 43.15545244%;
}
.video .video-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.video .video-box a.play {
  cursor: pointer;
  display: inline-block;
  width: 62px;
  height: 62px;
  background: url("../images/video-btn.png") no-repeat center;
  margin-top: 18%;
  margin-bottom: 50%;
}
@media (max-width: 480px) {
  .video .video-box a.play {
    margin-top: 10%;
  }
}
.video .video-box iframe {
  display: none;
  width: 100%;
}
.header {
  position: relative;
}
.header .header-top {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  border-bottom: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  .header .header-top {
    display: none;
  }
}
.header .header-top p {
  float: left;
  color: #888;
  font-size: 12px;
}
.header .header-top p.mail {
  margin-left: 60px;
}
.header .header-top p.mail a:hover {
  color: #00449b;
  text-decoration: underline;
}
.header .header-top .language {
  float: right;
}
.header .header-top .language a {
  color: #888;
  margin-left: 20px;
  vertical-align: middle;
  display: inline-block;
}
.header .header-top .language a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  overflow: hidden;
  background: url(../images/language.png) no-repeat 0 100%;
  background-size: 200% auto;
  margin-right: 8px;
}
.header .header-top .language a.en:before {
  background-position: 100% 100%;
}
.header .logo {
  float: left;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .header .logo {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .header .logo {
    padding: 6px 0;
  }
}
.header .logo > a {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .header .logo > a {
    width: 87px;
  }
}
.header .logo img {
  width: 100%;
}
.header .logo .logo-txt {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
@media (max-width: 991px) {
  .header .logo .logo-txt {
    display: none;
  }
}
.header .logo .logo-txt h2 {
  font-size: 32px;
  color: #00449b;
  margin: 0;
}
.header .search-box {
  margin-right: 24px;
  float: right;
}
@media (min-width: 992px) {
  .header .search-box {
    margin-top: 42px;
  }
}
@media (max-width: 991px) {
  .header .search-box {
    display: none;
    padding: 5px 15px 10px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 200;
    width: 100%;
    margin-top: 0;
    background: #fff;
  }
  .header .search-box form {
    width: 100%;
  }
}
.header .search-box form {
  width: 356px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .header .search-box form {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .header .search-box form {
    width: 100%;
  }
}
.header .search-box form input {
  display: block;
  width: 100%;
  color: #999;
  padding: 9px 46px 9px 20px;
  color: #888;
}
.header .search-box form .submit {
  position: absolute;
  right: 0;
  top: -1px;
  width: 54px;
  height: 100%;
  background: none;
  text-align: center;
}
.header .search-box form .submit:before {
  font-family: "iconfont" !important;
  content: "\e660";
  font-size: 18px;
  color: #888;
  vertical-align: middle;
}
.header .search-box form input::-webkit-input-placeholder,
.header .search-box form textarea::-webkit-input-placeholder {
  color: #888;
}
.header .search-box form input:-o-placeholder,
.header .search-box form textarea:-o-placeholder {
  color: #888;
}
.header .search-box form input::-moz-placeholder,
.header .search-box form textarea::-moz-placeholder {
  color: #888;
}
.header .search-box form input:-ms-input-placeholder,
.header .search-box form textarea:-ms-input-placeholder {
  color: #888;
}
.header .search-box form input:focus::-webkit-input-placeholder,
.header .search-box form textarea:focus::-webkit-input-placeholder {
  color: #ccc;
}
.header .search-box form input:focus::-o-placeholder,
.header .search-box form textarea:focus::-o-placeholder {
  color: #ccc;
}
.header .search-box form input:focus::-moz-placeholder,
.header .search-box form textarea:focus::-moz-placeholder {
  color: #ccc;
}
.header .search-box form input:focus::-ms-input-placeholder,
.header .search-box form textarea:focus::-ms-input-placeholder {
  color: #ccc;
}
.header .search-box .hot {
  display: inline-block;
  margin-left: 20px;
  color: #888;
}
@media (max-width: 1199px) {
  .header .search-box .hot {
    display: none;
  }
}
.header .search-box .hot a {
  margin-left: 20px;
}
.header .find {
  display: none;
  float: right;
  width: 22px;
  height: 30px;
  margin-top: 20px;
  margin-left: 20px;
  cursor: pointer;
}
.header .find:after {
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  content: "\e660";
  vertical-align: top;
}
@media (max-width: 991px) {
  .header .find {
    display: block;
    float: right;
    margin-right: 0;
    margin-left: 0;
    margin-top: 37px;
  }
  .header .find:after {
    color: #888;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .header .find {
    margin-top: 20px;
  }
}
.header .nav-collapse {
  position: relative;
  display: none;
  width: 40px;
  height: 40px;
  background: none;
  margin-top: 30px;
  margin-left: 10px;
  padding: 0;
  cursor: pointer;
  float: right;
}
@media (max-width: 991px) {
  .header .nav-collapse {
    display: block;
    margin-top: 30px;
  }
  .header .nav-collapse.nav-collapse-1 {
    border: none;
    display: block;
    position: absolute;
    right: 30px;
    top: 10px;
    z-index: 9999;
    margin-top: 10px;
  }
  .header .nav-collapse.nav-collapse-1 .btn-line {
    background-color: #fff !important;
  }
}
@media (max-width: 767px) {
  .header .nav-collapse {
    margin-top: 13px;
    border: none;
  }
}
.header .nav-collapse .btn-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 2px;
  background: #999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  background: #999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .nav-collapse .btn-line:nth-child(1) {
  top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2) {
  top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3) {
  top: 65%;
}
.header .nav-collapse.active {
  border-color: transparent;
}
.header .nav-collapse.active .btn-line {
  background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2) {
  transform: translateX(-50px);
  opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1) {
  left: 50%;
  top: 50%;
  transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3) {
  left: 50%;
  top: 50%;
  transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 992px) {
  .header .nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: rgba(0, 68, 155, 0.4);
    color: #fff;
  }
}
@media (max-width: 991px) {
  .header .nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fafafa;
    text-align: left;
    padding: 0 50px;
    z-index: 9998;
    text-align: center;
    background: #000;
    transition: left .3s;
  }
  .header .nav .container {
    height: 100%;
    width: 100%;
  }
  .header .nav .tbl {
    display: table;
    width: 100%;
    height: 100%;
  }
  .header .nav .tbl-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .header .nav {
    width: 100%;
    padding: 30px;
  }
}
.header .nav.left-100 {
  left: -100%;
}
.header .nav.left-200 {
  left: -200%;
}
@media (min-width: 992px) {
  .header .nav .nav-list1 {
    text-align: center;
  }
  .header .nav .nav-list1 > li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin: 0 25px;
  }
  .header .nav .nav-list1 > li.more > a:before {
    position: absolute;
    right: 4px;
    top: 50%;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #fff transparent transparent transparent;
    margin-top: -2px;
  }
  .header .nav .nav-list1 > li > a {
    display: block;
    padding: 10px 20px;
    position: relative;
  }
  .header .nav .nav-list1 .nav-list2,
  .header .nav .nav-list1 .nav-list3 {
    display: none;
  }
  .header .nav .nav-list1 .nav-list2 {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgba(0, 68, 155, 0.5);
    border-top: 1px solid transparent;
    background-clip: content-box;
  }
  .header .nav .nav-list1 .nav-list2 > li {
    text-align: left;
    min-width: 170px;
    white-space: nowrap;
  }
  .header .nav .nav-list1 .nav-list2 > li > a {
    display: block;
    font-size: 14px;
    padding: 9px 20px;
  }
  .header .nav .nav-list1 .nav-list2 > li > a:hover {
    background-color: rgba(0, 68, 155, 0.8);
  }
}
@media (max-width: 991px) {
  .header .nav .nav-list1 {
    margin: 20px 0;
    opacity: 0;
  }
  .header .nav .nav-list1 > li {
    transform: translateX(-25px);
    opacity: 0;
  }
  .header .nav .nav-list1 > a {
    font-family: "arial black";
    font-size: 20px;
    color: #fff;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
  .header .nav .nav-list1 > li {
    margin: 0 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header .nav .nav-list1 > li {
    margin: 0 6px;
  }
}
@media (max-width: 991px) {
  .header .nav .nav-list2,
  .header .nav .nav-list3 {
    display: none;
  }
  .header .nav .nav-list2 a,
  .header .nav .nav-list3 a {
    color: #fff;
    font-size: 16px;
    line-height: 2;
    margin-top: 5px;
  }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
  display: block;
}
@media (max-height: 580px) {
  .header .nav .nav-list2 a,
  .header .nav .nav-list3 a {
    margin-top: 0;
  }
}
.header .nav-2,
.header .nav-3 {
  display: none;
}
@media (max-width: 991px) {
  .header .nav-2,
  .header .nav-3 {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fafafa;
    text-align: left;
    padding: 20px;
    z-index: 9999;
    text-align: center;
    background: #000;
    color: #fff;
    transition: left .3s;
  }
}
.header .nav-2 .nav-top,
.header .nav-3 .nav-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
  font-family: "iconfont" !important;
  content: "\e9b5";
  font-size: 26px;
}
.header .nav-2 .nav-top h2,
.header .nav-3 .nav-top h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .header .nav-2 .nav-top h2,
  .header .nav-3 .nav-top h2 {
    font-size: 24px;
  }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2 {
  margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
  background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content {
  margin-top: 12%;
}
@media (max-width: 767px) {
  .header .nav-2 .content ul,
  .header .nav-3 .content ul {
    padding: 0 15px;
  }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
  text-align: left;
  font-family: Arial, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 22px;
  line-height: 42px;
  margin: 25px 0;
}
@media (max-width: 767px) {
  .header .nav-2 .content ul li,
  .header .nav-3 .content ul li {
    margin: 0;
  }
}
@media (max-height: 600px) {
  .header .nav-2 .content ul li,
  .header .nav-3 .content ul li {
    line-height: 40px;
  }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
  position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
  position: absolute;
  right: 0;
  top: 50%;
  font-family: "iconfont" !important;
  content: "\e72f";
  color: #fff;
  font-size: 16px;
  transform: translateY(-50%);
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
  display: block;
}
.header .nav-2 {
  left: 100%;
}
.header .nav-3 {
  left: 200%;
}
.header .nav-3 .content ul li {
  font-size: 19px;
}
.header .fade-out ul {
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .fade-out ul {
    padding: 0 5%;
  }
}
@media (max-width: 991px) {
  .header .fade-out ul.nav-list1 {
    opacity: 1;
  }
  .header .fade-out ul.nav-list1 a {
    color: #fff;
    font-weight: 700;
  }
  .header .fade-out ul.nav-list1 > li {
    position: relative;
    margin: 20px 0;
  }
  .header .fade-out ul.nav-list1 > li.act {
    transition: all 0.4s;
    transform: translateX(0);
    opacity: 1;
  }
  .header .fade-out ul.nav-list1 > li.more:after {
    position: absolute;
    right: 0;
    top: 50%;
    font-family: "iconfont" !important;
    content: "\e72f";
    color: #fff;
    font-size: 25px;
    margin-top: -18px;
  }
  .header .fade-out ul.nav-list1 > li > a {
    font-size: 26px;
    display: block;
    line-height: 50px;
  }
  .header .fade-out ul.nav-list1 .nav-list2 > li > a {
    font-size: 24px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .header .fade-out ul.nav-list1 > li {
    margin: 0;
  }
}
@media (max-width: 991px) and (max-height: 600px) {
  .header .fade-out ul.nav-list1 > li > a {
    line-height: 45px;
    font-size: 24px;
  }
}
@media (max-width: 991px) and (max-height: 768px) {
  .header .fade-out ul.nav-list1 .nav-list2 > li > a {
    font-size: 18px;
  }
}
@media (max-width: 991px) and (max-width: 480px) {
  .header .fade-out ul.nav-list1 .nav-list2 > li > a {
    font-size: 14px;
  }
}
.header .xs-language {
  position: absolute;
  bottom: 30px;
  left: 35px;
}
@media (min-width: 992px) {
  .header .xs-language {
    display: none;
  }
}
.header .xs-language a {
  font-size: 16px;
  color: #fff;
}
.header .xs-language a.active {
  text-decoration: underline;
}
.header .xs-language span {
  margin: 0 5px;
  color: #fff;
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1199px) {
  .banner .owl-theme {
    width: 120%;
    max-width: 120%;
    margin-left: -10%;
  }
}
@media (max-width: 991px) {
  .banner .owl-theme {
    width: 140%;
    max-width: 140%;
    margin-left: -20%;
  }
}
@media (max-width: 767px) {
  .banner .owl-theme {
    width: 160%;
    max-width: 160%;
    margin-left: -30%;
  }
}
.banner .owl-theme .owl-controls .owl-page span {
  width: 12px;
  height: 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  opacity: 1;
  margin: 0 5px;
  transition: .3s;
}
.banner .owl-controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.banner .owl-controls .owl-page.active span,
.banner .owl-controls .owl-page:hover span {
  background: #00449b;
  width: 26px;
}
.banner img {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .banner .banner-btn {
    display: none;
  }
}
.banner .banner-btn span {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  background-color: rgba(0, 68, 155, 0.5);
  transform: translateY(-50%);
  cursor: pointer;
}
.banner .banner-btn span:before {
  font-family: "iconfont" !important;
  font-size: 20px;
  color: #dde1e5;
  font-weight: 700;
}
.banner .banner-btn span:hover {
  background-color: #00449b;
}
.banner .banner-btn .prev {
  left: 10%;
}
.banner .banner-btn .prev:before {
  display: inline-block;
  content: "\e601";
}
.banner .banner-btn .next {
  right: 10%;
}
.banner .banner-btn .next:before {
  content: "\e827";
}
.index-box {
  margin: 70px 0;
}
@media (max-width: 1199px) {
  .index-box {
    margin: 60px 0;
  }
}
@media (max-width: 991px) {
  .index-box {
    margin: 40px 0;
  }
}
@media (max-width: 767px) {
  .index-box {
    margin: 30px 0;
  }
}
.index-box h3 {
  font-size: 22px;
}
.index-box h3 + p {
  color: #888;
}
.index-product h3 {
  margin-top: 0;
}
.index-product .product-carousel {
  position: relative;
  margin: 30px -15px 0;
}
@media (max-width: 767px) {
  .index-product .product-carousel {
    margin: 15px -10px 0;
  }
}
.index-product .img-box {
  padding-bottom: 98.07692308%;
}
.index-product .item {
  padding: 0 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .index-product .item {
    padding: 0 10px;
  }
}
.index-product .item p {
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 30px;
}
.index-product .item-box:hover p {
  color: #00449b;
}
@media (max-width: 767px) {
  .index-product .product-btn {
    display: none;
  }
}
.index-product .product-btn span {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  background-color: #c3c3c3;
  transform: translateY(-100%);
  cursor: pointer;
}
.index-product .product-btn span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
}
.index-product .product-btn span:hover {
  background-color: rgba(0, 68, 155, 0.5);
}
.index-product .product-btn .prev {
  left: -37px;
}
.index-product .product-btn .prev:before {
  border-width: 6px 8px 6px 0;
  border-color: transparent #fff transparent transparent;
  margin-right: 2px;
}
.index-product .product-btn .next {
  right: -37px;
}
.index-product .product-btn .next:before {
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  margin-left: 2px;
}
.index-about .img-box {
  padding-bottom: 57.69230769%;
}
.index-about .img-box img {
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
.index-about .img-box:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.index-about .intruduce {
  padding-left: 35px;
}
@media (max-width: 991px) {
  .index-about .intruduce {
    padding-left: 15px;
    margin-top: 25px;
  }
}
@media (max-width: 1319px) {
  .index-about .intruduce h3 {
    margin-top: 5px;
  }
}
.index-about .intruduce h4 {
  font-size: 16px;
  margin-top: 25px;
}
.index-about .intruduce h4 + p {
  color: #666;
  line-height: 1.85714286;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 78px;
}
.index-about .intruduce .more {
  margin-top: 35px;
  display: inline-block;
  padding: 7px 23px;
  color: #888;
  border: 1px solid #999;
  transition: .3s;
}
@media (max-width: 1199px) {
  .index-about .intruduce .more {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .index-about .intruduce .more:hover {
    background-color: #00449b;
    border-color: #00449b;
    color: #fff;
  }
}
.index-news ul {
  padding-right: 20px;
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .index-news ul {
    padding-top: 10px;
  }
}
.index-news li {
  border-bottom: 1px solid #e4e4e4;
  zoom: 1;
  padding: 10px 12px 6px;
}
.index-news li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (max-width: 767px) {
  .index-news li {
    padding: 10px 0 6px;
  }
}
.index-news li:first-child {
  border-top: 1px solid #e4e4e4;
}
.index-news li:hover h4 {
  color: #00449b;
}
.index-news li:hover h4:before {
  color: #00449b;
}
.index-news .intruduce {
  float: left;
  width: 80%;
}
.index-news h4 {
  position: relative;
  font-size: 16px;
  color: #666;
}
.index-news h4:before {
  font-family: "iconfont" !important;
  content: "\e643";
  color: #323333;
  margin-right: 12px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .index-news h4:before {
    margin-right: 5px;
  }
}
.index-news h4 + p {
  color: #888;
  font-size: 13px;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .index-news h4 + p {
    margin-left: 20px;
  }
}
.index-news h4,
.index-news h4 + p {
  height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index-news .time {
  margin-top: 10px;
  float: right;
  position: relative;
  font-size: 20px;
  padding-bottom: 20px;
  color: #666;
}
.index-news .time a {
  display: block;
}
.index-news .time a:before,
.index-news .time a:after {
  position: absolute;
  display: block;
  bottom: 0;
}
.index-news .time a:before {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #e4e4e4;
  left: 0;
  margin-bottom: 5px;
}
.index-news .time a:after {
  right: 0;
  font-family: "iconfont" !important;
  content: "\e627";
  color: #a5a5a5;
  font-size: 22px;
  line-height: 26px;
}
.index-contact {
  background: url(../images/imgs/index-contact.jpg) no-repeat bottom right;
}
@media (max-width: 991px) {
  .index-contact {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .index-contact {
    background-size: 40%;
  }
}
.index-contact .contact-box {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .index-contact .contact-box {
    padding-top: 2px;
  }
}
.index-contact .contact-box p {
  margin: 20px 0;
  color: #666;
}
@media (max-width: 991px) {
  .index-contact .contact-box p {
    margin-top: 10px;
  }
}
.index-contact .contact-box p a:hover {
  color: #00449b;
  text-decoration: underline;
}
.public-banner {
  overflow: hidden;
}
.public-banner img {
  width: 100%;
}
@media (max-width: 1199px) {
  .public-banner img {
    width: 120%;
    max-width: 120%;
    margin-left: -10%;
  }
}
@media (max-width: 991px) {
  .public-banner img {
    width: 140%;
    max-width: 140%;
    margin-left: -20%;
  }
}
@media (max-width: 767px) {
  .public-banner img {
    width: 160%;
    max-width: 160%;
    margin-left: -30%;
  }
}
.bread-nav {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 991px) {
  .bread-nav {
    text-align: left;
  }
}
.bread-nav ul {
  padding: 29px 0;
  letter-spacing: -8px;
}
@media (max-width: 767px) {
  .bread-nav ul {
    padding: 15px 0;
  }
}
.bread-nav li {
  vertical-align: middle;
  line-height: 1.8;
  letter-spacing: 0;
  display: inline-block;
  text-align: center;
}
@media (max-width: 1199px) {
  .bread-nav li {
    width: 16.66666666666667%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .bread-nav li {
    width: auto !important;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .bread-nav li {
    width: 33.3333333%;
    text-align: center;
  }
}
.bread-nav li:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  background-color: #d9d9d9;
  vertical-align: middle;
  margin: 0 23px;
}
@media (max-width: 1199px) {
  .bread-nav li:after {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
  .bread-nav li:after {
    margin: 0 15px;
  }
}
.bread-nav li:last-child:after {
  display: none;
}
.bread-nav li a {
  font-size: 16px;
  color: #888;
}
@media (max-width: 767px) {
  .bread-nav li a {
    font-size: 14px;
  }
}
.bread-nav li a:hover {
  font-weight: 700;
  color: #00449b;
}
.bread-nav li.active a {
  font-weight: 700;
  color: #00449b;
}
@media (min-width: 1320px) {
  .side-nav {
    width: 22.72727273%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
  .side-nav {
    width: 28%;
  }
}
@media (max-width: 991px) {
  .side-nav {
    display: none;
  }
}
.side-nav h3 {
  font-weight: 600;
  font-size: 24px;
  padding: 0 20px;
  background: #232323;
  color: #fff;
  margin: 0;
  line-height: 60px;
}
.side-nav ul {
  padding: 20px 15px;
  background-color: #fff;
}
.side-nav li {
  position: relative;
  margin-bottom: 8px;
}
.side-nav li:last-child {
  margin-bottom: 0;
}
.side-nav li.active a {
  color: #00449b;
}
.side-nav li a {
  font-weight: 500;
  position: relative;
  padding-left: 20px;
  display: block;
}
.side-nav li a:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "iconfont" !important;
  content: "\e72f";
}
.side-nav li a:hover {
  color: #00449b;
}
.inside-content {
  background-color: #fff;
}
.inside-content .content-nav {
  border-bottom: 1px solid #e5e5e5;
}
.inside-content .content-nav h4 {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  padding: 19px 30px;
}
@media (max-width: 767px) {
  .inside-content .content-nav h4 {
    padding: 19px 15px;
  }
}
.inside-content .content-nav .bread-nav {
  padding: 20px 30px;
  zoom: 1;
  padding-left: 30px;
}
.inside-content .content-nav .bread-nav:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (max-width: 767px) {
  .inside-content .content-nav .bread-nav {
    padding: 20px 15px;
  }
}
.inside-content .content-nav .bread-nav li {
  float: left;
}
.inside-content .content-nav .bread-nav li:before {
  content: ">";
  margin: 0 5px;
}
.inside-content .content-nav .bread-nav li:first-child:before {
  display: none;
}
.inside-content .content-nav .bread-nav li a {
  color: #666;
}
.inside-content .content {
  padding: 35px 30px 70px;
}
@media (max-width: 767px) {
  .inside-content .content {
    padding: 30px 20px 40px;
  }
}
@media (min-width: 1320px) {
  .public-content {
    width: 77.27272727%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
  .public-content {
    width: 72%;
  }
}
.product-wrap {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .product-wrap {
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .product-wrap .product-list {
    margin: 0 -10px;
  }
}
.product-wrap .product-list li {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .product-wrap .product-list li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.product-wrap .product-list li p {
  margin: 10px 0 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 20px;
}
@media (min-width: 992px) {
  .product-wrap .product-list .item img {
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
  }
  .product-wrap .product-list .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .product-wrap .product-list .item:hover p {
    color: #00449b;
  }
}
.product-wrap .img-box {
  padding-bottom: 98.07692308%;
}
.product-details-wrap table {
  width: 100%;
  max-width: 98%;
  min-width: 600px;
  border-spacing: 0;
  border-collapse: collapse;
}
.product-details-wrap table tr,
.product-details-wrap table td {
  width: auto !important;
  height: auto !important;
}
.product-details-wrap table td {
  padding: 5px !important;
  padding-left: 10px !important;
  border: 1px solid #ccc !important;
}
.product-details-wrap .carousel-wrap {
  width: 100%;
  vertical-align: middle;
}
.product-details-wrap .carousel {
  float: left;
  vertical-align: middle;
  width: 41.66666666666667%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .product-details-wrap .carousel {
    width: 100%;
  }
}
.product-details-wrap .carousel .img-box {
  padding-bottom: 98.07692308%;
}
.product-details-wrap .carousel .row {
  margin: 0 -7px;
}
.product-details-wrap .carousel .sync2 {
  margin-top: 15px;
}
.product-details-wrap .carousel .sync2 .item {
  padding: 0 7px;
}
.product-details-wrap .carousel .sync2 .item-box {
  border: 1px solid #e5eaea;
}
.product-details-wrap .introduce {
  float: left;
  vertical-align: middle;
  padding: 0 15px 0 45px;
  width: 58.33333333333333%;
}
@media (max-width: 767px) {
  .product-details-wrap .introduce {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .product-details-wrap .introduce {
    padding-left: 15px;
  }
}
.product-details-wrap .introduce h1 {
  font-size: 24px;
  font-weight: 700;
  margin: 40px 0 30px 0;
}
@media (max-width: 1199px) {
  .product-details-wrap .introduce h1 {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .product-details-wrap .introduce h1 {
    margin: 20px 0 15px 0;
  }
}
.product-details-wrap .introduce p {
  color: #888888;
  line-height: 1.71428571;
  margin: 0;
}
.product-details-wrap .introduce .inquire-btn {
  position: relative;
  font-size: 16px;
  overflow: hidden;
  padding-left: 70px;
  width: 200px;
  height: 50px;
  cursor: pointer;
  user-select: none;
  line-height: 50px;
  margin-top: 40px;
  border: 1px solid #00449b;
  color: #666;
}
@media (max-width: 767px) {
  .product-details-wrap .introduce .inquire-btn {
    margin-top: 15px;
  }
}
.product-details-wrap .introduce .inquire-btn:before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  font-family: "iconfont" !important;
  content: "\e611";
  width: 70px;
  height: 100%;
  color: #fff;
  text-align: center;
  z-index: 3;
  font-size: 24px;
}
.product-details-wrap .introduce .inquire-btn:after {
  content: "";
  position: absolute;
  left: -40px;
  top: -50px;
  display: block;
  width: 100px;
  height: 300%;
  z-index: 2;
  background-color: #00449b;
  transform: rotate(-20deg);
}
.product-details-wrap .introduce .inquire-btn:hover span {
  text-decoration: underline;
}
.product-details-wrap .introduce .inquire-btn span {
  display: block;
  text-align: center;
  color: #00449b;
}
.product-details-wrap .introduce .product-page {
  margin-top: 120px;
  text-align: right;
}
@media (max-width: 1199px) {
  .product-details-wrap .introduce .product-page {
    margin-top: 20px;
  }
}
.product-details-wrap .introduce .product-page a {
  display: inline-block;
  padding: 5px 0;
  border-bottom: 1px solid transparent;
  font-size: 16px;
}
.product-details-wrap .introduce .product-page a:hover {
  border-bottom-color: #00449b;
  color: #00449b;
}
.product-details-wrap .introduce .product-page .next {
  margin-left: 90px;
}
@media (max-width: 991px) {
  .product-details-wrap .introduce .product-page .next {
    margin-left: 30px;
  }
}
.product-details-wrap .product-box {
  padding: 20px 0 70px 0;
  border-top: 1px solid #eeeeee;
}
@media (max-width: 767px) {
  .product-details-wrap .product-box {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
.product-details-wrap .product-box h3 {
  font-weight: 700;
  font-size: 24px;
}
.product-details-wrap .product-box h3:before {
  font-family: "iconfont" !important;
  content: "\e67d";
  color: #00449b;
  margin-right: 15px;
  vertical-align: middle;
  font-size: 18px;
}
.product-details-wrap .introduction {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .product-details-wrap .introduction {
    margin-top: 30px;
  }
}
.product-details-wrap .introduction .content {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .product-details-wrap .introduction .content {
    margin-top: 20px;
  }
}
.product-details-wrap .introduction img {
  display: block;
  width: auto;
  max-width: 100%;
}
.product-details-wrap .inquire-box {
  color: #666;
}
.product-details-wrap .inquire-box .content p {
  margin-top: 20px;
  margin-bottom: 30px;
}
.product-details-wrap .inquire-box input,
.product-details-wrap .inquire-box textarea {
  border: 1px solid #e0e0e0;
  padding: 8px 25px;
  width: 100%;
  color: #666;
  margin-bottom: 20px;
}
.product-details-wrap .inquire-box textarea {
  display: block;
  height: 180px;
}
.product-details-wrap .inquire-box .submit {
  display: block;
  margin: 40px auto 0;
  width: 170px;
  height: 40px;
  padding: 0;
  color: #666;
  text-align: center;
  background: none;
  border: 1px solid #e0e0e0;
  transition: all .3s;
  line-height: 40px;
}
@media (max-width: 767px) {
  .product-details-wrap .inquire-box .submit {
    margin-top: 25px;
  }
}
.product-details-wrap .inquire-box .submit:before {
  font-family: "iconfont" !important;
  content: "\e6a4";
  color: #00449b;
  margin-right: 20px;
  font-size: 20px;
  vertical-align: middle;
}
.product-details-wrap .inquire-box .submit:hover {
  background-color: #00449b;
  color: #fff;
  border-color: #00449b;
}
.product-details-wrap .inquire-box .submit:hover:before {
  color: #fff;
}
.project-wrap .project-list li,
.equipment-wrap .project-list li,
.project-wrap .equipment-list li,
.equipment-wrap .equipment-list li {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .project-wrap .project-list li,
  .equipment-wrap .project-list li,
  .project-wrap .equipment-list li,
  .equipment-wrap .equipment-list li {
    margin-bottom: 20px;
  }
}
.project-wrap .img-box,
.equipment-wrap .img-box {
  padding-bottom: 60.97560976%;
}
.project-details-wrap {
  text-align: center;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .project-details-wrap {
    padding-bottom: 35px;
  }
}
.project-details-wrap .product-name,
.project-details-wrap .acreage {
  position: relative;
  text-align: left;
  width: 45%;
  margin: 0 auto 35px;
}
@media (max-width: 991px) {
  .project-details-wrap .product-name,
  .project-details-wrap .acreage {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .project-details-wrap .product-name,
  .project-details-wrap .acreage {
    padding-left: 70px;
  }
}
@media (max-width: 767px) {
  .project-details-wrap .product-name,
  .project-details-wrap .acreage {
    margin-bottom: 20px;
  }
}
.project-details-wrap .product-name span,
.project-details-wrap .acreage span {
  line-height: 2.14285714;
  display: block;
}
@media (min-width: 768px) {
  .project-details-wrap .product-name span,
  .project-details-wrap .acreage span {
    /* position: absolute; */
    left: 0;
    top: 0;
  }
}
.project-details-wrap .product-name p,
.project-details-wrap .acreage p {
  margin: 0;
}
@media (min-width: 768px) {
  .project-details-wrap .product-name p,
  .project-details-wrap .acreage p {
    line-height: 2.14285714;
  }
}
.project-details-wrap img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 50px auto 0;
}
@media (max-width: 767px) {
  .project-details-wrap img {
    margin-top: 20px;
  }
}
.project-details-wrap h2 {
  font-size: 18px;
  font-weight: 700;
}
.news-wrap {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .news-wrap {
    padding-bottom: 35px;
  }
}
.news-wrap .news-list li {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .news-wrap .news-list li {
    margin-bottom: 25px;
  }
}
.news-wrap .img-box {
  padding-bottom: 65.85365854%;
}
.news-wrap .item {
  border: 1px solid #e8e8e8;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.12);
}
@media (min-width: 992px) {
  .news-wrap .item img {
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
  }
  .news-wrap .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .news-wrap .item:hover h2 {
    color: #00449b;
  }
}
.news-wrap .item-box {
  padding: 25px 20px;
}
.news-wrap h2 {
  color: #3d3d3d;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 18px;
  margin-top: 0;
}
.news-wrap .time {
  display: block;
  margin-bottom: 10px;
  color: #949494;
  font-size: 12px;
}
.news-wrap p {
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #888;
  line-height: 1.71428571;
}
.news-details-wrap {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .news-details-wrap {
    padding-bottom: 35px;
  }
}
.news-details-wrap h1 {
  font-size: 24px;
  color: #3d3d3d;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .news-details-wrap h1 {
    font-size: 20px;
  }
}
.news-details-wrap .time {
  display: block;
  margin-bottom: 30px;
  color: #999;
}
@media (max-width: 767px) {
  .news-details-wrap .time {
    margin-bottom: 10px;
  }
}
.news-details-wrap .time:before {
  font-family: "iconfont" !important;
  content: "\e70a";
  margin-right: 10px;
  vertical-align: middle;
}
.news-details-wrap p {
  line-height: 2.14285714;
  color: #666;
}
.news-details-wrap img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 45px auto;
}
@media (max-width: 767px) {
  .news-details-wrap img {
    margin: 25px 0;
  }
}
.news-details-wrap .news-page {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .news-details-wrap .news-page {
    margin-top: 30px;
  }
}
.news-details-wrap .news-page p:hover {
  color: #00449b;
}
.recruit-wrap {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .recruit-wrap {
    padding-bottom: 35px;
  }
}
.recruit-wrap li {
  margin-bottom: 50px;
}
.recruit-wrap li:last-child {
  margin-bottom: 0;
}
.recruit-wrap li:hover h4 {
  color: #00449b;
}
.recruit-wrap .job {
  position: relative;
  color: #333;
  font-size: 16px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
.recruit-wrap .job:after {
  position: absolute;
  content: "+";
  right: 20px;
  top: 0;
  color: #00449b;
  font-size: 30px;
}
.recruit-wrap .job h4 {
  margin: 0;
  line-height: 60px;
}
.recruit-wrap .require {
  display: none;
  color: #666;
}
.recruit-wrap .require .find-num {
  font-size: 12px;
  display: block;
  margin: 30px 0 10px 0;
}
.recruit-wrap .require h5,
.recruit-wrap .require p {
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 1.5;
}
.recruit-wrap .require h5:before {
  content: "●";
  margin: 0 2px;
}
.recruit-wrap li.active .require {
  display: block;
}
.recruit-wrap li.active .job:after {
  font-family: "iconfont" !important;
  content: "\e644";
  font-weight: 700;
  font-size: 20px;
}
.about-wrap {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .about-wrap {
    padding-bottom: 35px;
  }
}
.about-wrap h1 {
  font-weight: 700;
  font-size: 30px;
  margin: 0 0 45px 0;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .about-wrap h1 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.about-wrap p {
  line-height: 2.14285714;
  color: #666;
}
.about-wrap img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 55px 0;
}
@media (max-width: 767px) {
  .about-wrap img {
    margin: 25px 0;
  }
}
.about-wrap b {
  margin-top: 35px;
  font-size: 16px;
  display: block;
}
.about-wrap b:before {
  display: block;
  font-family: "iconfont" !important;
  content: "\e670";
  width: 40px;
  height: 40px;
  background-color: #262b2e;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .about-wrap b {
    margin-top: 15px;
  }
  .about-wrap b:before {
    margin-bottom: 10px;
  }
}
.culture-wrap {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .culture-wrap {
    padding-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .culture-wrap .pic-box {
    float: left;
    width: 41.66666666666667%;
    margin-right: 35px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .culture-wrap .pic-box {
    margin-right: 0;
  }
}
.culture-wrap .pic-box img {
  width: 100%;
}
.culture-wrap .box {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .culture-wrap .box {
    margin-bottom: 0;
  }
}
.culture-wrap h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 25px 0;
}
@media (max-width: 767px) {
  .culture-wrap h2 {
    margin-bottom: 15px;
  }
}
.culture-wrap p {
  color: #666;
  text-indent: 2em;
}
.personnel-wrap {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .personnel-wrap {
    padding-bottom: 35px;
  }
}
.personnel-wrap h2 {
  font-weight: 700;
  margin: 0 0 20px 0;
  font-size: 18px;
}
.personnel-wrap h2:before {
  font-family: "iconfont" !important;
  content: "\e67d";
  color: #00449b;
  vertical-align: middle;
  margin-right: 15px;
  font-weight: 500;
}
.personnel-wrap p {
  color: #888;
}
.personnel-wrap ul {
  margin: 50px -15px;
}
@media (max-width: 767px) {
  .personnel-wrap ul {
    margin: 30px -15px;
  }
}
@media (max-width: 767px) {
  .personnel-wrap ul li {
    margin-bottom: 20px;
  }
  .personnel-wrap ul li:last-child {
    margin-bottom: 0;
  }
}
.personnel-wrap .img-box {
  padding-bottom: 65.07936508%;
}
.legal-wrap {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .legal-wrap {
    padding-bottom: 35px;
  }
}
.legal-wrap h1 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 45px 0;
}
@media (max-width: 767px) {
  .legal-wrap h1 {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.4;
  }
}
.legal-wrap h2,
.legal-wrap h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.legal-wrap h2 {
  text-align: center;
}
@media (max-width: 767px) {
  .legal-wrap h2 {
    line-height: 1.6;
  }
}
.legal-wrap h3 {
  margin-top: 30px;
  text-indent: 2em;
}
@media (max-width: 767px) {
  .legal-wrap h3 {
    margin-bottom: 15px;
  }
}
.legal-wrap p {
  text-indent: 2em;
  line-height: 2.14285714;
  color: #666;
}
.exhibitors-wrap {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .exhibitors-wrap {
    padding-bottom: 35px;
  }
}
.exhibitors-wrap .exhibitors-list li {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .exhibitors-wrap .exhibitors-list li {
    margin-bottom: 25px;
  }
}
.exhibitors-wrap .img-box {
  padding-bottom: 60.97560976%;
}
.exhibitors-wrap .item {
  text-align: center;
}
.exhibitors-wrap .item:hover .mask {
  opacity: 1;
}
.exhibitors-wrap .item > p {
  font-weight: 700;
  margin: 10px 0 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 20px;
}
.exhibitors-wrap .item-box {
  position: relative;
}
.exhibitors-wrap .mask {
  transition: opacity .5s;
  -webkit-transition: opacity .5s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0, 71, 157, 0.8);
  padding: 25px;
}
@media (max-width: 767px) {
  .exhibitors-wrap .mask {
    padding: 15px;
  }
}
.exhibitors-wrap .mask-box {
  position: relative;
  height: 100%;
  border: 1px solid #ccc;
}
.exhibitors-wrap .mask-box .box {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.exhibitors-wrap .mask-box .box p {
  color: #fff;
  font-size: 13px;
  margin-bottom: 0;
  line-height: 1.84615385;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  max-height: 170px;
}
@media (max-width: 1199px) {
  .exhibitors-wrap .mask-box .box p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 96px;
  }
}
@media (max-width: 767px) {
  .exhibitors-wrap .mask-box .box p {
    padding: 0 15px;
  }
}
.exhibitors-wrap .play:before {
  display: inline-block;
  margin-top: 10px;
  font-family: "iconfont" !important;
  content: "\e63b";
  color: #fff;
  font-size: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .exhibitors-wrap .play:before {
    margin-top: 0;
  }
}
.exhibitors-wrap .play-xs {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 5;
}
@media (min-width: 992px) {
  .exhibitors-wrap .play-xs {
    display: none;
  }
}
.exhibitors-wrap .play-xs:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 50px;
}
.exhibitors-wrap .iframe {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (max-width: 991px) {
  .exhibitors-wrap .video-list .mask {
    display: none;
  }
}
.honor-wrap {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .honor-wrap {
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .honor-wrap .honor-list {
    margin: 0 -10px;
  }
}
.honor-wrap .honor-list li {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .honor-wrap .honor-list li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .honor-wrap .item img {
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
  }
  .honor-wrap .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .honor-wrap .item:hover p {
    color: #00449b;
  }
}
.honor-wrap .img-box {
  padding-bottom: 131.57894737%;
}
.honor-wrap p {
  font-weight: 700;
  font-size: 12px;
  height: 15px;
  margin: 15px 0 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .honor-wrap p {
    padding: 0;
  }
}
.history-wrap {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .history-wrap {
    padding-bottom: 35px;
  }
}
.history-wrap .history-content {
  position: relative;
}
.history-wrap .history-content:after {
  font-family: "iconfont" !important;
  content: "\e630";
  position: absolute;
  bottom: 100%;
  left: 50%;
  font-size: 30px;
  color: #c9d7e7;
  margin-left: -14px;
  margin-bottom: -10px;
}
.history-wrap ul {
  position: relative;
  padding-top: 40px;
  margin-top: 25px;
  zoom: 1;
}
@media (max-width: 767px) {
  .history-wrap ul {
    margin-top: 10px;
    padding-top: 15px;
  }
}
.history-wrap ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.history-wrap ul:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #c9d7e7;
  top: 0;
  left: 50%;
}
@media (max-width: 767px) {
  .history-wrap ul:before {
    left: 0;
    height: 100%;
  }
}
.history-wrap li {
  margin-bottom: 220px;
}
@media (min-width: 768px) {
  .history-wrap li {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .history-wrap li {
    margin-bottom: 190px;
  }
}
@media (max-width: 991px) {
  .history-wrap li {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .history-wrap li {
    margin-bottom: 40px;
  }
}
.history-wrap li:last-child {
  margin-bottom: 0;
}
.history-wrap li .content {
  position: relative;
}
.history-wrap li .content:before,
.history-wrap li .content:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
}
@media (max-width: 767px) {
  .history-wrap li .content:before,
  .history-wrap li .content:after {
    top: 0;
  }
}
.history-wrap li .content:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #00449b;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .history-wrap li .content:before {
    margin-top: -10px;
  }
}
.history-wrap li .content:after {
  display: block;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 30px;
  border-color: transparent transparent transparent #00449b;
}
@media (max-width: 767px) {
  .history-wrap li .content:after {
    margin-top: 3px;
    left: -3px;
  }
}
@media (min-width: 768px) {
  .history-wrap li:nth-child(odd) {
    float: right;
  }
}
.history-wrap li:nth-child(odd) .content {
  padding-left: 60px;
}
@media (max-width: 1199px) {
  .history-wrap li:nth-child(odd) .content {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .history-wrap li:nth-child(odd) .content {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .history-wrap li:nth-child(even) {
    float: left;
    text-align: right;
  }
}
.history-wrap li:nth-child(even) .content {
  padding-right: 60px;
}
@media (max-width: 1199px) {
  .history-wrap li:nth-child(even) .content {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .history-wrap li:nth-child(even) .content {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .history-wrap li:nth-child(even) .content:before {
    left: auto;
    right: 0;
    margin-right: -10px;
  }
  .history-wrap li:nth-child(even) .content:after {
    left: auto;
    right: 0;
    border-width: 6px 30px 6px 0;
    border-color: transparent #00449b transparent transparent;
  }
}
@media (min-width: 768px) {
  .history-wrap li:nth-child(2) {
    margin-top: 275px;
  }
}
@media (max-width: 991px) {
  .history-wrap li:nth-child(2) {
    margin-top: 200px;
  }
}
@media (max-width: 767px) {
  .history-wrap li:nth-child(2) {
    margin-top: 0;
  }
}
.history-wrap li h4 {
  font-weight: 700;
  font-size: 18px;
  color: #00449b;
  margin: 0 0 20px 0;
}
.history-wrap li p {
  color: #999;
  margin-bottom: 15px;
  line-height: 1.78571429;
}
.history-wrap li .img-box {
  padding-bottom: 38.98305085%;
}
@media (min-width: 768px) {
  .history-wrap li.honor-pic {
    margin-bottom: 55px;
  }
}
.history-wrap li.honor-pic .img-box {
  padding-bottom: 59.52380952%;
}
.flow-wrap {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .flow-wrap {
    padding-bottom: 35px;
  }
}
.flow-wrap .flow-content {
  position: relative;
}
.flow-wrap .flow-content:after {
  font-family: "iconfont" !important;
  content: "\e630";
  position: absolute;
  bottom: 100%;
  left: 0;
  font-size: 30px;
  color: #c9d7e7;
  margin-left: -14px;
  margin-bottom: -10px;
}
.flow-wrap ul {
  position: relative;
  padding-top: 10px;
  margin-top: 25px;
  zoom: 1;
}
@media (max-width: 767px) {
  .flow-wrap ul {
    margin-top: 10px;
    padding-top: 15px;
  }
}
.flow-wrap ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.flow-wrap ul:before {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #c9d7e7;
  top: 0;
  left: 0;
  height: 100%;
}
.flow-wrap li {
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  .flow-wrap li {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .flow-wrap li {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .flow-wrap li {
    margin-bottom: 30px;
  }
}
.flow-wrap li:last-child {
  margin-bottom: 0;
}
.flow-wrap li .content {
  padding-left: 100px;
  position: relative;
}
@media (max-width: 991px) {
  .flow-wrap li .content {
    padding-left: 70px;
  }
}
@media (max-width: 767px) {
  .flow-wrap li .content {
    padding-left: 30px;
  }
}
.flow-wrap li .content:before,
.flow-wrap li .content:after {
  content: "";
  position: absolute;
  top: 35%;
  left: 0;
}
@media (max-width: 767px) {
  .flow-wrap li .content:before,
  .flow-wrap li .content:after {
    top: 0;
  }
}
.flow-wrap li .content:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #00449b;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .flow-wrap li .content:before {
    margin-top: -10px;
  }
}
.flow-wrap li .content:after {
  display: block;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 30px;
  border-color: transparent transparent transparent #00449b;
}
@media (max-width: 767px) {
  .flow-wrap li .content:after {
    margin-top: 3px;
    left: -3px;
  }
}
.flow-wrap li .img-box {
  padding-bottom: 71.15384615%;
  margin-bottom: 20px;
}
.flow-wrap h4 {
  font-weight: 700;
  color: #00449b;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .flow-wrap h4 {
    margin-bottom: 10px;
  }
}
.flow-wrap p {
  line-height: 2.14285714;
  color: #888;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .flow-wrap p {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .flow-wrap p {
    margin-bottom: 10px;
  }
}
.contact-wrap {
  margin-top: 120px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .contact-wrap {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .contact-wrap {
    padding-bottom: 35px;
    margin-top: 35px;
  }
}
@media (max-width: 991px) {
  .contact-wrap .message {
    margin-top: 40px;
  }
}
.contact-wrap h4 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 25px;
}
.contact-wrap .box {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .contact-wrap .box {
    margin-bottom: 25px;
  }
}
.contact-wrap p {
  color: #666;
}
.contact-wrap p span {
  display: inline-block;
  vertical-align: top;
}
.contact-wrap p a {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
}
.contact-wrap p a:last-child {
  margin-right: 0;
}
.contact-wrap p a:hover {
  text-decoration: underline;
  color: #00449b;
}
.contact-wrap form input::-webkit-input-placeholder,
.contact-wrap form textarea::-webkit-input-placeholder {
  color: #666;
}
.contact-wrap form input:-o-placeholder,
.contact-wrap form textarea:-o-placeholder {
  color: #666;
}
.contact-wrap form input::-moz-placeholder,
.contact-wrap form textarea::-moz-placeholder {
  color: #666;
}
.contact-wrap form input:-ms-input-placeholder,
.contact-wrap form textarea:-ms-input-placeholder {
  color: #666;
}
.contact-wrap form input:focus::-webkit-input-placeholder,
.contact-wrap form textarea:focus::-webkit-input-placeholder {
  color: #c5c5c5;
}
.contact-wrap form input:focus::-o-placeholder,
.contact-wrap form textarea:focus::-o-placeholder {
  color: #c5c5c5;
}
.contact-wrap form input:focus::-moz-placeholder,
.contact-wrap form textarea:focus::-moz-placeholder {
  color: #c5c5c5;
}
.contact-wrap form input:focus::-ms-input-placeholder,
.contact-wrap form textarea:focus::-ms-input-placeholder {
  color: #c5c5c5;
}
.contact-wrap form li input,
.contact-wrap form textarea {
  display: block;
  width: 100%;
  padding: 8px 20px;
  margin-bottom: 10px;
  border: 1px solid #ececec;
  color: #666;
  font-size: 12px;
}
.contact-wrap form textarea {
  height: 165px;
}
.contact-wrap form .submit {
  display: block;
  width: 190px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #00449b;
  color: #fff;
  margin-top: 20px;
}
.contact-wrap form .submit:hover {
  background-color: #043d86;
}
.contact-wrap .map {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .contact-wrap .map {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .contact-wrap .map {
    margin-top: 35px;
  }
}
.contact-wrap .map img {
  display: block;
  width: 100%;
}
.online-wrap .btn {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 50px;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  line-height: 36px;
  background-color: rgba(0, 0, 0, 0.6);
  transform-origin: center center;
  text-align: center;
}
@media (min-width: 768px) {
  .online-wrap .btn {
    display: none;
  }
}
.online-wrap .btn:before {
  display: inline-block;
  font-family: "iconfont" !important;
  content: "\e6d2";
  color: #fff;
  font-size: 18px;
  transition: transform .3s;
}
.online-wrap .btn.active:before {
  transform: rotateZ(225deg);
}
.online {
  position: fixed;
  z-index: 100;
  bottom: 23%;
  right: 10px;
  transition: right .3s;
}
@media (max-width: 767px) {
  .online {
    bottom: 90px;
    right: -80px;
  }
  .online.active {
    right: 0;
  }
}
.online a {
  position: relative;
  display: block;
  background-color: rgba(0, 0, 0, 0.66);
  text-align: center;
  margin: 2px 0;
  color: #fff;
}
.online a:before {
  font-family: "iconfont" !important;
  color: #fff;
  font-size: 18px;
}
.online .qq {
  padding: 4px 12px;
}
.online .qq:before {
  display: block;
  content: "\e62d";
}
.online .qq:hover {
  background-color: #12b7f5;
}
@media (max-width: 767px) {
  .online .qq {
    font-size: 12px;
    padding: 4px 6px;
  }
}
.online .icon-gotop:hover {
  background-color: #f7e446;
}
@media (max-width: 767px) {
  .online .wx {
    padding: 6px 5px;
  }
}
.online .wx:before {
  content: "\e628";
  font-size: 37px;
}
@media (max-width: 767px) {
  .online .wx:before {
    font-size: 24px;
  }
}
.online .wx:hover {
  background-color: #33d055;
}
.online .wx .mask {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  width: 130px;
  height: 130px;
  padding-right: 5px;
}
.online .wx .mask .mask-box {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  padding: 5px;
}
.online .wx .mask img {
  width: 100%;
  display: block;
}
.online .gotop {
  display: none;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .online .gotop {
    display: block;
  }
}
.online .gotop:before {
  content: "\e605";
  font-size: 22px;
}
.footer {
  background-color: #00449b;
}
.footer .footer-nav {
  border-bottom: 1px solid #2f5a91;
  zoom: 1;
}
.footer .footer-nav:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.footer .footer-nav ul {
  float: left;
  padding: 17px 0;
  letter-spacing: -8px;
}
.footer .footer-nav li {
  letter-spacing: 0;
  display: inline-block;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .footer .footer-nav li {
    width: 25%;
    text-align: center;
  }
}
.footer .footer-nav li:after {
  display: inline-block;
  font-family: "iconfont" !important;
  content: "\e643";
  vertical-align: middle;
  margin: 0 12px;
  font-size: 12px;
  color: #a2bbda;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
@media (max-width: 991px) {
  .footer .footer-nav li:after {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .footer .footer-nav li:after {
    display: none;
  }
}
.footer .footer-nav li:last-child:after {
  display: none;
}
.footer .footer-nav li a {
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
}
.footer .footer-nav li a:hover {
  text-decoration: underline;
}
.footer .footer-nav .gotop {
  float: right;
  width: 40px;
  height: 30px;
  margin-top: 15px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
  border: 1px solid #7996bc;
}
@media (max-width: 767px) {
  .footer .footer-nav .gotop {
    display: none;
  }
}
.footer .footer-nav .gotop:before {
  color: #fff;
  display: inline-block;
  font-family: "iconfont" !important;
  content: "\e601";
  transform: rotate(90deg);
}
.footer .footer-nav .gotop:hover {
  border-color: #fff;
}
.footer .copyright {
  color: #fff;
  padding: 17px 0;
}
.footer .copyright p {
  margin: 0;
  line-height: 22px;
}
.footer .copyright span {
  margin-right: 15px;
}
.footer .copyright a:hover {
  text-decoration: underline;
}
